Leadtools.WinForms Namespace > RasterViewerPointsEventArgs Class > RasterViewerPointsEventArgs Constructor : RasterViewerPointsEventArgs Constructor(RasterViewerInteractiveStatus,RasterCollection<Point>) |
public RasterViewerPointsEventArgs( RasterViewerInteractiveStatus status, RasterCollection<Point> points )
'Declaration Public Function New( _ ByVal status As RasterViewerInteractiveStatus, _ ByVal points As RasterCollection(Of Point) _ )
'Usage Dim status As RasterViewerInteractiveStatus Dim points As RasterCollection(Of Point) Dim instance As New RasterViewerPointsEventArgs(status, points)
public: RasterViewerPointsEventArgs( RasterViewerInteractiveStatus status, RasterCollection<Point>^ points )